Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pb-4000: Increased the value of shortRetryTimeout to 5mints. #1454

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

siva-portworx
Copy link
Contributor

What type of PR is this?

Uncomment only one and also add the corresponding label in the PR:
bug

What this PR does / why we need it:

pb-4000: Increased the value of shortRetryTimeout to 5mints.

            - On some of the platform, the deletion of the job pod that we
              create to temporarily to bound the "waitForFirstConsumer" volumebind mode
              PVC takes time.
            - So increased the timeout value for the waiting for the bound
              to be deleted to 5 minutes from 30 sec.

Does this PR change a user-facing CRD or CLI?:
No

Is a release note needed?:

Issue: In some cases, the bound pod deletion takes time, So current timeout value of 30 sec is not enough and backup fails.
User Impact: Some time the backup of the volume whose volume bind mode with "WaitForFirstConsumer" fails with timeout error.
Resolution: Increased the timeout value to 5 minutes, So that deletion of the bound pod created to bind the volume with "WaitForFirstConsumer" will not fail with timeout error.

Does this change need to be cherry-picked to a release branch?:
23.6.1 branch.

Testing:
Validated the fix on the azure setup, where we were seeing timeout failure.

@cnbu-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

Copy link
Contributor

@lalat-das lalat-das left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

	- On some of the platform, the deletion of the job pod that we
	  create to temporarily to bound the "waitForFirstConsumer" volumebind mode
	  PVC takes time.
	- So increased the timeout value for the waiting for the bound
	  to be deleted to 5 minutes from 30 sec.
@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.07 ⚠️

Comparison is base (d8497c7) 66.11% compared to head (3b3782d) 66.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1454      +/-   ##
==========================================
- Coverage   66.11%   66.05%   -0.07%     
==========================================
  Files          43       43              
  Lines        4984     4984              
==========================================
- Hits         3295     3292       -3     
- Misses       1371     1373       +2     
- Partials      318      319       +1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@siva-portworx
Copy link
Contributor Author

Only code coverage failed. So force pushing it.

@siva-portworx siva-portworx merged commit 05a9fa9 into master Jul 19, 2023
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants